home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / get26upd.zip / README.DOC < prev   
Text File  |  1993-12-03  |  3KB  |  52 lines

  1. The main documentation for GET is currently included with Version 2.5
  2. Version 2.6 supplementary documentation is in GET26NEW.DOC.
  3.  
  4. Because of its large size, GET.DOC, the file containing the 70 page 
  5. manual for GET Version 2.5 may be compressed in the archive file 
  6. GETDOC.COM. Uncompress GETDOC.COM by executing it on a hard drive or on 
  7. another diskette with more room.
  8.  
  9. If you want to print the documentation yourself, note that it is 
  10. formatted for printing on a laser printer using Vern Buerg's LJBOOK 
  11. laser jet printing utility.  This will print 4 pages on one sheet of 
  12. paper front and back.  If you do not have a laser printer or do not 
  13. use LJBOOK, it is suggested that you set your printer for 8 lines per 
  14. inch and reduce the font point size if possible.
  15.  
  16. EXTRA INFORMATION FOR USERS OF SHELLS:
  17.  
  18. If you get "Out of environment space" when you try to use GET read the 
  19. following.
  20.  
  21. One recurring reason for this problem is running the BATch file from a 
  22. so-called "shell" - PC Shell, Norton Commander, Xtree, etc. etc. etc.. 
  23. When you run a BATch file from a shell, it invokes a second copy of 
  24. COMMAND.COM (a true shell), but DOS is stingy with the environment 
  25. space it passes to a "child" program such as this second copy of 
  26. COMMAND.COM.  There are a couple of solutions - if this is, in fact, 
  27. the problem.
  28.  
  29. 1.  If you can get your shell to run your BATch file with the command
  30. C:\COMMAND.COM /E:512 /Cyourbat
  31. then you can specify how much environment space you want with the 
  32. /E:nnn parameter.  Of course put in the real name and location of your 
  33. command processor where I have put C:\COMMAND.COM.
  34.  
  35. 2.  In your autoexec set a large dummy variable in your Environment 
  36. with the SET command, such as SET DUMMY=a large variable here but make 
  37. it longer.  Then when you run a BATch file from a shell, make the 
  38. first statement in the BATch file SET DUMMY= and it will clear up the 
  39. space for use by GET.
  40.  
  41. 3. Use 4DOS or NDOS for your command processor instead of COMMAND.COM.  
  42. 4DOS and its alter-ego NDOS allow you to specify how much free 
  43. environment space you want for child processes.  Only 4DOS does it the 
  44. way it should be done.  MS never has handled the Environment space 
  45. problem very well.
  46.  
  47. I try to address the "Out of environment space" problem in several 
  48. sections of the manual on disk, but it is difficult to cover all 
  49. cases.  I also include an entire Appendix on the subject in the 
  50. printed manual, but due to space considerations don't include it on 
  51. the shareware distributed version.  
  52.